section#internal-news-content {
  padding: 150px 0 50px;
}

section#internal-news-content .news-repeater {
  display: flex;
  flex-wrap: wrap;
  column-gap: 30px;
  row-gap: 25px;
}

section#internal-news-content .news-repeater>* {
  flex-basis: calc((100% - 60px) / 3);
}

section#internal-news-content .news-repeater .block-news-item {
  padding: 32px 24px;
  background-color: #F1F1F1;
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

section#internal-news-content .news-repeater .block-news-item .block-date {
  color: #414141;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
}

section#internal-news-content .news-repeater .block-news-item .block-outlet {
  color: #414141;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  margin-top: 5px;
}

section#internal-news-content .news-repeater .block-news-item .block-title {
  color: #262626;
  font-family: "Playfair Display";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

section#internal-news-content .news-repeater .block-news-item .more-button {
  margin-top: auto;
  color: #414141;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 150%;
  display: flex;
  column-gap: 10px;
  align-items: center;
  transition: all .25s ease-in-out;
}

section#internal-news-content .news-repeater .block-news-item .more-button:hover {
  color: #AB9156;
}